c# replace -

75

c# replace \ -

string text = GetTextFromSomewhere();
text.Replace("\\", "");
text.Replace("\"", "");

Comments

Submit
0 Comments